projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40a7618
)
cssprovider: Remove has_inherit flag from rulesets
author
Benjamin Otte
<otte@redhat.com>
Thu, 29 Dec 2011 13:20:43 +0000
(14:20 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 9 Jan 2012 17:37:50 +0000
(18:37 +0100)
It's not used anymore
gtk/gtkcssprovider.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssprovider.c
b/gtk/gtkcssprovider.c
index a43eae190ee227970f6806c4d21ba8bb4e1771b8..e82299bcdb54ec65eff494a482fed2a92a7d5bc9 100644
(file)
--- a/
gtk/gtkcssprovider.c
+++ b/
gtk/gtkcssprovider.c
@@
-963,8
+963,6
@@
struct GtkCssRuleset
GHashTable *widget_style;
GHashTable *style;
GtkBitmask *set_styles;
-
- guint has_inherit :1;
};
struct _GtkCssScanner
@@
-1214,7
+1212,6
@@
gtk_css_ruleset_add (GtkCssRuleset *ruleset,
}
_gtk_bitmask_set (ruleset->set_styles, _gtk_style_property_get_id (prop), TRUE);
- ruleset->has_inherit |= _gtk_style_property_is_inherit (prop);
g_hash_table_insert (ruleset->style, (gpointer) prop, value);
}